home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t09.bat < prev    next >
DOS Batch File  |  1993-11-30  |  129b  |  9 lines

  1. @echo off
  2. echo system() test
  3. gcc t09.c -o t09
  4. go32 t09 dir
  5. go32 t09 "ls -l t09"
  6. go32 t09 notfound
  7. go32 t09 notfound.exe
  8.  
  9.